home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / mx / core / IRawChildrenContainer.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  128 b   |  9 lines

  1. package mx.core
  2. {
  3.    public interface IRawChildrenContainer
  4.    {
  5.       function get rawChildren() : IChildList;
  6.    }
  7. }
  8.  
  9.